Autogenerated HTML docs for v2.12.2-575-gb14f2
diff --git a/git-config.html b/git-config.html index ec5bfd4..4ea7739 100644 --- a/git-config.html +++ b/git-config.html
@@ -7252,8 +7252,9 @@ The URL for a submodule. This variable is copied from the .gitmodules file to the git config via <em>git submodule init</em>. The user can change the configured URL before obtaining the submodule via <em>git submodule - update</em>. After obtaining the submodule, the presence of this variable - is used as a sign whether the submodule is of interest to git commands. + update</em>. If neither submodule.<name>.active or submodule.active are + set, the presence of this variable is used as a fallback to indicate + whether the submodule is of interest to git commands. See <a href="git-submodule.html">git-submodule(1)</a> and <a href="gitmodules.html">gitmodules(5)</a> for details. </p> </dd> @@ -7313,6 +7314,26 @@ </p> </dd> <dt class="hdlist1"> +submodule.<name>.active +</dt> +<dd> +<p> + Boolean value indicating if the submodule is of interest to git + commands. This config option takes precedence over the + submodule.active config option. +</p> +</dd> +<dt class="hdlist1"> +submodule.active +</dt> +<dd> +<p> + A repeated field which contains a pathspec used to match against a + submodule’s path to determine if the submodule is of interest to git + commands. +</p> +</dd> +<dt class="hdlist1"> submodule.fetchJobs </dt> <dd>